home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TTEXTFORMATSIGSFRAME
/
TTEXTFORMATSIGSFRAME.txt
Wrap
Text File
|
2008-11-03
|
1KB
|
63 lines
inherited TextFormatSigsFrame: TTextFormatSigsFrame
HelpType = htKeyword
HelpKeyword = 'Text_Format_Misc_Settings'
Caption = 'Misc'
object TabGroupBox: TUiGroupBox
Left = 8
Top = 8
Width = 401
Height = 81
Caption = 'Tabulation'
TabOrder = 0
object TabSizeLbl: TUiLabel
Left = 8
Top = 36
Height = 13
Caption = 'Tab stop:'
FocusControl = TabSizeEdit
end
object TabAsSpacesEdit: TUiCheckBox
Left = 8
Top = 16
Height = 17
Caption = 'Insert spaces instead of tabs'
TabOrder = 0
OnClick = SomethingChangedClick
end
object TabSizeEdit: TUiSpinEdit
Left = 8
Top = 52
Width = 41
Height = 21
Min = 1
Position = 8
TabOrder = 1
OnChange = SomethingChangedClick
end
end
object MiscGroupBox: TUiGroupBox
Left = 8
Top = 96
Width = 401
Height = 65
Caption = 'Miscellaneous'
TabOrder = 1
object LineBasedEdit: TUiCheckBox
Left = 8
Top = 20
Height = 17
Caption = 'Lines are independent'
TabOrder = 0
OnClick = SomethingChangedClick
end
object ColBasedEdit: TUiCheckBox
Left = 8
Top = 40
Height = 17
Caption = 'Column-based data'
TabOrder = 1
OnClick = SomethingChangedClick
end
end
end